home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 53
/
Volume 53 - JOGO DISK .iso
/
Games
/
doll_maker_1.swf
/
scripts
/
DefineSprite_319
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-09-26
|
566b
|
31 lines
stop();
bt_sound = new sound();
bt_sound.attachSound("bt");
this.onPress = function()
{
bt_sound.start();
_root.v_mc.gotoAndStop(101);
gotoAndStop(2);
};
this.onRelease = function()
{
gotoAndStop(1);
if(_root.sel == "10-3")
{
_root.sel = "10-0";
_root.cur_mc.gotoAndStop(1);
_root.ye_mc.gotoAndStop(1);
}
else
{
_root.sel = "10-3";
_root.cur_mc.gotoAndStop(1);
_root.ye_mc.gotoAndStop(4);
}
Mouse.show();
};
this.onReleaseOutside = function()
{
gotoAndStop(1);
};